home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / bgft302.zip / BGFT300B.EXE / BGFTSLC.BAT < prev    next >
DOS Batch File  |  1993-03-03  |  260b  |  13 lines

  1. echo off
  2.  
  3. echo BGFTSLC.BAT Version 3.02, Copyright (c) 1990-1993 Dirac Systems
  4.  
  5. rem Batch file to compile the bgft/telix salt scripts.
  6.  
  7. for %%f in (bg*.slt) do echo Compiling: %%f
  8.  
  9. for %%f in (bg*.slt) do cs %%f
  10.  
  11. echo .
  12. echo BGFTSLC.BAT Completed.
  13.